home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / byt1186b.arc / RUNGKUT.LBR / TABLE3.DOC < prev    next >
Text File  |  1986-04-11  |  2KB  |  31 lines

  1. The following table should be printed out in 132-column format.
  2.  
  3. TABLE 3 - Comparison of code accuracy and efficiency for different
  4.        expressions for the parameter POWER in the step size adjuster.
  5. ________________________________________________________________________________________
  6.  
  7.              RKF-4               RKV-5            RKV-7
  8. ________________________________________________________________________________________
  9.  
  10.    example:    1         2          1          2        1        2
  11.           (at x=1)       (at x=12)    (at x=1)    (at x=12)     (at x=1)     (at x=12)
  12.                   y(1)
  13. ________________________________________________________________________________________
  14.  
  15. with POWER   [.567E-08]   [1.22E-10]    [.138E-08]   [6.95E-12]  [.276E-08]   [1.92E-10]
  16. = (1/p+1)      (3216)        (2928)      (2008)      (2640)       (1053)    (1872)
  17. ________________________________________________________________________________________
  18.  
  19. with POWER   [.713E-08]   [1.54E-10]    [.165E-08]   [8.68E-12]  [.316E-08]   [1.92E-10]
  20. = (1/p)        (3072)        (2844)      (1968)      (2472)       (1053)    (1703)
  21. ________________________________________________________________________________________
  22.  
  23. - The figures in square brackets [] are absolute values of the relative global errors
  24. - The figures in round brackets () are total number of function evaluations taken to
  25.   reach specified x value from the starting point.
  26.   (TOLA = 0,  TOLR = 1.E-09 for example 1 and 1.E-10 for example 2)
  27.  
  28.  
  29. 
  30.   reach specified x value from the starting point.
  31.   (TOLA = 0,  TOLR = 1.E-09 for